projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b725f
)
* configure.ac: Treat MirBSD as OpenBSD.
author
Glenn Morris
<rgm@gnu.org>
Tue, 29 Apr 2014 14:49:11 +0000
(07:49 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 29 Apr 2014 14:49:11 +0000
(07:49 -0700)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1f7abc19242ce2de6ae370394ab67b6ae51c0198..bde0ee9f8f291f74809c46140661b9f3e55a83e0 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2014-04-29 Glenn Morris <rgm@gnu.org>
+
+ * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
+
2014-04-16 Eli Zaretskii <eliz@gnu.org>
* config.bat: Update for Emacs 24.4.
diff --git
a/configure.ac
b/configure.ac
index 9d69e2670ecb22fef7f38573e5d5dfc2685f3545..c51d7b03e18e761a5017e3b9bc914bbc8942cd6d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-505,7
+505,7
@@
case "${canonical}" in
;;
## OpenBSD ports
- *-*-openbsd* )
+ *-*-openbsd*
| *-*-mirbsd*
)
opsys=openbsd
;;